From: Matthias Clasen Date: Fri, 3 Jan 2020 17:45:20 +0000 (-0500) Subject: Adwaita: Make dnd marks in text views green X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~321^2^2~464 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=df58d0acf3efc666be5646c52fa4cac1ee374b0a;p=gtk4.git Adwaita: Make dnd marks in text views green We already do this in entries, this just updates text views to match. --- diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 35dac977a7..bad7cfc929 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -134,6 +134,10 @@ textview { selection { &:focus, & { @extend %selected_items; }} } + + &:drop(active) { + caret-color: $drop_target_color; + } } textview border { background-color: mix($bg_color, $base_color, 50%); }